home *** CD-ROM | disk | FTP | other *** search
- File Description : Readme file for the basics source directory
- Author : Stephen McNabb
- Creation Date : 21st February 1995
- Last Updated : 21st Februray 1995
-
- The '\source\basics\' directory holds all the source files for
- the basic functions such as getting a character from the keyboard or
- displaying a string on screen. The executables are not included but
- examples of their use can be found in the '\source\general\' directory.
-
- Files
- -----
-
- exit.s - source code for exiting from program
- getchar1.s - source code for reading a character with echo
- getchar2.s - source code for reading a character without echo
- gettext.s - source code for reading a string
- putchar.s - source code for displaying a character
- puttext.s - source code for displaying a string
- readme - this file
-
- *** End of File ***
-